The Edit_Customer_Info Form

Description

The Edit_Customer_Info form provides a basis for several illustrations of the use of Action Scripting to filter the records that a form will display. Each of the following four procedures execute their queries when buttons are clicked.

  • Filtering Records to Include a Single Field Value shows how to create a filter that includes records that have a value in a field.

  • Filtering Records to Exclude a Single Field Value shows how to create a filter that excludes records that have a value in a field.

  • Filtering Records to Include Multiple Field Values shows how to create a filter that includes records that one of several values in a field.

  • Clearing the Record Filter shows how to remove any filters that have been applied to a form.